projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d56ed
)
(top-level let): add defsubst.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 5 Aug 1998 20:41:55 +0000
(20:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 5 Aug 1998 20:41:55 +0000
(20:41 +0000)
lisp/emacs-lisp/cl-indent.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-indent.el
b/lisp/emacs-lisp/cl-indent.el
index 0b0de868811bc667f91d75a7704a1a860d923654..6aa41252eccb3fee311a3b8b5f6d45527c4743eb 100644
(file)
--- a/
lisp/emacs-lisp/cl-indent.el
+++ b/
lisp/emacs-lisp/cl-indent.el
@@
-389,7
+389,7
@@
by `lisp-body-indent'."
(defun (4 &lambda &body))
(define-setf-method . defun)
(define-setf-expander . defun)
- (defmacro . defun) (deftype . defun)
+ (defmacro . defun) (def
subst . defun) (def
type . defun)
(defpackage (4 2))
(defstruct ((&whole 4 &rest (&whole 2 &rest 1))
&rest (&whole 2 &rest 1)))